All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.MalformedLinkException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.LinkException
|
+----java.naming.MalformedLinkException
- public class MalformedLinkException
- extends LinkException
A malformed link was encountered while resolving a link.
-
MalformedLinkException()
-
-
MalformedLinkException(Name, Object, Name, String)
- Constructs a new instance of MalformedLinkException using the
non-link information specified.
-
MalformedLinkException(Name, Object, Name, String, Name, Object, Name, String)
- Constructs a new instance of MalformedLinkException using the
both non-link and link information specified.
MalformedLinkException
public MalformedLinkException(Name resolvedName,
Object resolvedObj,
Name remainingName,
String explanation)
- Constructs a new instance of MalformedLinkException using the
non-link information specified.
- Parameters:
- resolvedName - The part of the name that has been
successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
- explanation - Additional detail about this exception.
MalformedLinkException
public MalformedLinkException(Name resolvedName,
Object resolvedObj,
Name remainingName,
String explanation,
Name linkResolvedName,
Object linkResolvedObj,
Name linkRemainingName,
String linkExplanation)
- Constructs a new instance of MalformedLinkException using the
both non-link and link information specified.
- Parameters:
- resolvedName - The part of the name that has been
successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
- explanation - Additional detail about this exception.
- linkResolvedName - The part of the link that has been
successfully resolved.
- linkResolvedObj - The object to which resolution of the part of
the link was successful.
- linkRemainingName - The remaining unresolved portion of
the link.
- linkExplanation - Additional detail about attempting to
resolving the link.
MalformedLinkException
public MalformedLinkException()
All Packages Class Hierarchy This Package Previous Next Index